docs(elasticsearch): sync 9.4.3 default#372
Merged
Merged
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughBumped Elasticsearch and Kibana default image tags in documentation from 9.4.2 to 9.4.3, updated the corresponding Upgrade Notes text, and added an ChangesElasticsearch 9.4.3 documentation and playground update
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
mberlofa
added a commit
to helmforgedev/charts
that referenced
this pull request
Jul 7, 2026
Closes #691. ## Summary - Bump Elasticsearch from 9.4.2 to 9.4.3. - Bump the optional Kibana default image tag to 9.4.3 to keep the paired Elastic Stack version aligned. - Update values schema, README defaults, and image assertion tests. ## Upstream Evidence - Official Elasticsearch release notes: https://www.elastic.co/docs/release-notes/elasticsearch - Docker Official Elasticsearch manifest verified: `docker.io/library/elasticsearch:9.4.3` - Docker Official Kibana manifest verified: `docker.io/library/kibana:9.4.3` - Manifest platforms for both images: `linux/amd64`, `linux/arm64`. - Elastic 9.4.3 release notes include Elasticsearch fixes and enhancements; no chart-level breaking change was identified for this patch bump. ## Site Sync - Site PR: helmforgedev/site#372 ## Validation - `make image-verify IMAGE=docker.io/library/elasticsearch:9.4.3` - `make image-verify IMAGE=docker.io/library/kibana:9.4.3` - `make deps-check CHART=elasticsearch` - `helm unittest charts/elasticsearch` passed: 14 suites, 99 tests. - `make validate-chart CHART=elasticsearch` passed fully: 17 layers, including k3d behavioral validation for default and all CI values scenarios. - `make standards-check CHART=elasticsearch` - `node scripts/charts/template-standards-check.js --chart elasticsearch` - `make site-sync-check CHART=elasticsearch` - `make release-check REPO=charts` - `make attribution-check REPO=charts` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Updated the Elasticsearch Helm chart to use version **9.4.3** by default. * Aligned the default Kibana image version with the same **9.4.3** release. * **Documentation** * Refreshed chart documentation and upgrade notes to reflect the new default image versions. * **Tests** * Updated chart tests to expect the new Elasticsearch and Kibana image tags. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: MergeCheck <mergecheck@example.invalid>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Summary by CodeRabbit